EntityDAC
Provides indexed access to elements in the enumeration.
TObjectEnumerable<T>
property Items[Index: Integer]: T; default;
The property returns the enumeration element by its specified index. The property is read-only.